﻿@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300');


@font-face {
    font-family: 'FuturaBT-Light';
    src: url('fonts/futurabt-light-webfont.bin');
    src: url('fonts/futurabt-light-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-light-webfont.woff2') format('woff2'), url('fonts/futurabt-light-webfont.woff') format('woff'), url('fonts/futurabt-light-webfont-2.bin') format('truetype'), url('fonts/futurabt-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('fonts/futurabt-book-webfont.bin');
    src: url('fonts/futurabt-book-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-book-webfont.woff2') format('woff2'), url('fonts/futurabt-book-webfont.woff') format('woff'), url('fonts/futurabt-book-webfont-2.bin') format('truetype'), url('fonts/futurabt-book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Heavy';
    src: url('fonts/futurabt-heavy-webfont.bin');
    src: url('fonts/futurabt-heavy-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-heavy-webfont.woff2') format('woff2'), url('fonts/futurabt-heavy-webfont.woff') format('woff'), url('fonts/futurabt-heavy-webfont-2.bin') format('truetype'), url('fonts/futurabt-heavy-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Light Italic';
    src: url('fonts/futurabt-lightitalic-webfont.bin');
    src: url('fonts/futurabt-lightitalic-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-lightitalic-webfont.woff2') format('woff2'), url('fonts/futurabt-lightitalic-webfont.woff') format('woff'), url('fonts/futurabt-lightitalic-webfont-2.bin') format('truetype'), url('fonts/futurabt-lightitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Book Italic';
    src: url('fonts/futurabt-bookitalic-webfont.bin');
    src: url('fonts/futurabt-bookitalic-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-bookitalic-webfont.woff2') format('woff2'), url('fonts/futurabt-bookitalic-webfont.woff') format('woff'), url('fonts/futurabt-bookitalic-webfont-2.bin') format('truetype'), url('fonts/futurabt-bookitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Heavy Italic';
    src: url('fonts/futurabt-heavyitalic-webfont.bin');
    src: url('fonts/futurabt-heavyitalic-webfont-1.bin') format('embedded-opentype'), url('fonts/futurabt-heavyitalic-webfont.woff2') format('woff2'), url('fonts/futurabt-heavyitalic-webfont.woff') format('woff'), url('fonts/futurabt-heavyitalic-webfont-2.bin') format('truetype'), url('fonts/futurabt-heavyitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-size: 16px;
}

body {
    background-color: #CACCCB;
    font: 100% "FuturaBT-Light", "Open Sans", sans-serif;
    color: #555555;
}

.back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999 !important;
    display: block;
}

    .back-top a {
        width: 50px;
        text-align: center;
        height: auto;
        line-height: 30px;
        display: block;
        color: #fff!important;
        background: #555;
        font-size: 30px;
        text-decoration: none;
        padding: 10px;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        .back-top a:hover {
            color: rgba(255,255,255,0.5);
        }

        .back-top a span span {
            display: none;
        }

a:link, a:visited {
    color: #fff;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.clear {
    clear: both
}

em {
    font-family: "FuturaBT-Light Italic", "Open Sans", sans-serif;
    font-style: italic;
}

    em strong, strong em {
        font-family: "FuturaBT-Heavy Italic", "Open Sans", sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
    }


strong {
    font-family: "FuturaBT-Heavy", "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "FuturaBT-Heavy", "Open Sans", sans-serif;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: normal !important;
}

h1 {
    font-size: 1.4rem;
}

#Home-Page h1 {
    font-size: 2.2rem;
    letter-spacing: 3px;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.large {
    font-size: 1.3rem;
}

.larger {
    font-size: 1.8rem;
}

.container {
    max-width: 1280px !important;
}

body:not(.sfPageEditor) .header {
    height: 158px;
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
    background: #fff;
}

body:not(.sfPageEditor) .header-nav {
    background: none;
    position: absolute;
    right: 0;
}

.header::before {
    content: "";
    background: #949c9e;
    height: 8px;
    width: 100%;
    max-width: 75%;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
}

.header .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-toggler {
    background-color: #555555;
    color: #fff;
    border-radius: 0;
    padding: 5px 20px;
    z-index: 1000000000;
}

.navbar-button {
    padding-right: 20px;
    padding-left: 0;
}

    .navbar-button p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.navbar {
}

.navbar-inherit {
    background: none;
}

.navbar-toggler-icon {
    color: #000;
    background-color: #000;
}

.mr-auto, .mx-auto {
    margin-right: 0px !important;
}

.navbar-collapse {
    
    background: #fff;
    font-size: 0.9rem;
}

    .navbar-collapse a {
        padding: 10px 10px;
    }



.navbar-nav {
    margin: 0;
    padding: 0;
}

    .navbar-nav.form-inline {
        background-color: #fff;
    }

    .navbar-nav a {
        background-color: #fff;
        color: #808C92;
        border-right: 1px solid #808C92;
        text-decoration: none;
    }

.nav-item a:hover,
.nav-item a:focus
{
    background-color: #62747A;
    color: #fff !important;
    text-decoration: none;
}


.navbar-brand {
    padding: 0;
    margin-right: 0px;
}

    .logo img {
        width: 100%;
        height: auto;
        max-width: 208px;
        margin:5px;
    }

.form-inline {
    background-color: #DDDDDD;
    margin: 5px;
    padding: 0px;
    border-radius: 0;
    height: 27px;
}

.form-control {
    background-color: #DDDDDD;
    margin: 0;
    border: 0px;
    padding: 0px;
    border-radius: 0;
    font-size: 0.9rem;
    height: 27px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.search-btn {
    margin: 0;
    font-size: 0.9rem;
    padding: 0px 5px;
    border-radius: 0;
    border: 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


.container.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

footer {
    max-width: 1280px;
    margin: 0px auto;
    background: #555555;
    border-top: 15px solid #fff;
}

    footer h2 {
        font-size: 1.2rem;
    }

    footer h3 {
        margin: 0px;
        padding: 0px 0px 12px 0px;
        font-family: "FuturaBT-Light", sans-serif;
        font-weight: normal;
        letter-spacing: 3px;
        font-size: 1.1rem;
    }

.top-footer {
    color: #fff;
    background-color: #959D9E;
    text-align: center;
    margin-top: -5px;
    padding: 60px 230px;
}

.bottom-footer {
    color: #fff;
    margin-top: 0;
    padding: 15px 30px 5px 30px;
    font-size: 0.8em !important;
}

    .bottom-footer p {
        border-top: 1px solid #ECECFB;
        padding-top: 10px;
        padding-bottom: 0 !important;
    }

    .bottom-footer a {
        color: #fff;
        text-decoration: none;
    }

.bottom-fotter:hover a,
.bottom-fotter:focus a,
.bottom-fotter:active a {
}

.Slideshow {
    text-align: center;
    letter-spacing: 3px;
    margin-top:-5px;
    position:relative;
    z-index:-1;
}
    .Slideshow a {
        text-decoration: none;
    }
.list_carousel {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 498px;
}

.html_carousel div#foo2 div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0px;
    display: block;
    float: left;
    width: 100%;
    height: 498px;
}



.list_carousel .pagination {
    position: absolute;
    right: 35px;
    bottom: 5px;
}

    .list_carousel .pagination a {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border: 1px solid #b9b9b9;
        border-radius: 6px;
        cursor: pointer;
        opacity: .9;
        background: #b9b9b9;
        -webkit-transition: background .5s, opacity .5s;
        -moz-transition: background .5s, opacity .5s;
        transition: background .5s, opacity .5s;
    }

        .list_carousel .pagination a.selected {
            background: none !important;
            opacity: 1;
        }

.pagination a span {
    display: none;
}

.Central-Block {
    width: 66.3%;
    max-width: 663px;
    background: rgba(85,85,85,0.5);
    text-align: center;
    color: #fff;
    padding: 25px 10px;
    margin: 164px auto;
    text-transform: uppercase;
}

    .centered hr, .Central-Block hr, .Internal-Block hr {
        border: 1px solid #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 3px;
        background: #fff;
        width: 24.6%;
        margin: 30px auto;
        max-width: 246px;
    }

    .centered p, .Central-Block p, .Internal-Block p {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }





.bg-cover .container-fluid {
    position: relative;
}


.bg-cover {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px;
}


.SharePrice-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-04.jpg)
}

.AIM-Page .bg-cover {
    background-image: url(../images/bg/2015/strategy-long.jpg)
}

.Shareholder-Page .bg-cover {
    background-image: url(../images/bg/2018/results.jpg)
}

.Reports-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-03.jpg)
}

.Disclaimer-Page .bg-cover {
    background-image: url(../images/bg/2015/investing-policy.jpg)
}

.Calendar-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-05.jpg)
}

.CompanyInfo-Page .bg-cover {
    background-image: url(../images/bg/2015/the-board.jpg)
}

.Governance-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-01.jpg)
}

.Advisers-Page .bg-cover {
    background-image: url(../images/bg/2015/property-management.jpg)
}

.Alert-Page .bg-cover {
    background-image: url(../images/bg/2015/stock_info.jpg)
}

.About-Page .bg-cover {
    background-image: url(../images/bg/2018/contact-us.jpg)
}

.Strategy-Page .bg-cover {
    background-image: url(../images/bg/2015/strategy-long.jpg)
}

.Investing-Page .bg-cover {
    background-image: url(../images/bg/2015/investing-policy.jpg);
    background-position: 50% 10%;
}

.Property-Page .bg-cover {
    background-image: url(../images/bg/2015/property-management.jpg);
    background-position: 50% 10%;
}

.London-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-03.jpg)
}

.Board-Page .bg-cover {
    background-image: url(../images/bg/2015/the-board.jpg)
}

.PManagementTeam-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-05.jpg)
}

.Portfolio-Page .bg-cover {
    background-image: url(../images/bg/2018/portfolio.jpg)
}

.News-Page .bg-cover,
.Results-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-03.jpg)
}

.Contact-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-04.jpg)
}

.SiteMap-Page .bg-cover {
    background-image: url(../images/bg/2018/resi-image-04.jpg)
}



.light-blue {
    background-color: rgba(102,120,126,0.72);
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

    .light-blue h1 {
        background-color: #fff;
        color: #8a8f95;
        padding: 10px 12px 10px 20px;
        margin-bottom: 25px;
        display: inline-block;
        letter-spacing: 1px;
    }

.white-h1 {
    padding: 15px;
    margin-left: -15px !important;
    margin-top: -15px !important;
}


.investor-nav {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

    .investor-nav li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 5px;
    }

    .investor-nav a {
        background-color: #43535a;
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 25px;
        width: auto;
        display: block;
        height: 70px;
        text-align: center;
        text-decoration: none;
    }

.investor-nav-item-single a {
    line-height: 35px;
}


.investor-nav-item:hover a,
.investor-nav-item:focus a,
.investor-nav-item:active a {
    background-color: #0165a1;
    color: #fff;
    text-decoration: none;
    z-index: 30;
}

.investor-nav2 {
    padding-left: 0;
    list-style: none;
    font-size: 0.8rem;
}

    .investor-nav2 a {
        display: block;
        text-decoration: none;
        padding: 7px 12px 6px 12px;
        border-bottom: 1px solid #BBBBBB;
    }

.investor-nav2-grey:hover,
.investor-nav2-grey:focus,
.investor-nav2-grey:active {
    background-color: #62747A;
    text-decoration: none;
    color: #fff;
}

.investor-nav2-grey {
    color: #fff;
    background-color: #8a8f95;
    list-style: none;
    padding-left: 5px;
    padding: 5px;
}

    .investor-nav2-grey a {
        color: #fff;
        text-decoration: none;
    }

    .investor-nav2-grey:hover a,
    .investor-nav2-grey:focus a {
        background-color: #62747A;
        text-decoration: none;
    }

    .investor-nav2-grey:active a {
        background-color: #43535a;
        text-decoration: none;
    }

.investor-nav2-blue {
    color: #fff !important;
    background-color: #7b9db8;
    list-style: none;
    margin-left: -40px;
}

    .investor-nav2-blue a {
        padding-left: 20px !important;
        color: #fff !important;
    }

    .investor-nav2-blue:hover a,
    .investor-nav2-blue:focus a,
    .investor-nav2-blue:active a {
        color: #000 !important;
        text-decoration: none !important;
    }



.Investor-AIMPage .investor-nav2 a.Investor-AIM, .Investor-CompanyInfoPage .investor-nav2 a.Investor-CompanyInfo, .Investor-FinancialPage .investor-nav2 a.Investor-Financial, .Investor-ShareholderInfoPage .investor-nav2 a.Investor-ShareholderInfo, .Investor-AlertPage .investor-nav2 a.Investor-Alert {
    background: #43535a;
    color: #fff !important;
}

    .Investor-AIMPage .investor-nav2 a.Investor-AIM:hover, .Investor-CompanyInfoPage .investor-nav2 a.Investor-CompanyInfo:hover, .Investor-FinancialPage .investor-nav2 a.Investor-Financial:hover, .Investor-ShareholderInfoPage .investor-nav2 a.Investor-ShareholderInfo:hover, .Investor-AlertPage .investor-nav2 a.Investor-Alert:hover {
        background: #62747A;
        color: #fff !important;
    }

.Investor-CompanyPage .investor-nav2 a.Investor-Company, .Investor-GovernancePage .investor-nav2 a.Investor-Governance, .Investor-AdmissionPage .investor-nav2 a.Investor-Admission, .Investor-AdvisersPage .investor-nav2 a.Investor-Advisers, .Investor-ReportsPage .investor-nav2 a.Investor-Reports, .Investor-ResultsPage .investor-nav2 a.Investor-Results, .Investor-CalendarPage .investor-nav2 a.Investor-Calendar, .Investor-RNSPage .investor-nav2 a.Investor-RNS, .Investor-ShareholderPage .investor-nav2 a.Investor-Shareholder {
    background: #0165a1;
    color: #fff !important;
}

    .Investor-CompanyPage .investor-nav2 a.Investor-Company:hover, .Investor-GovernancePage .investor-nav2 a.Investor-Governance:hover, .Investor-AdmissionPage .investor-nav2 a.Investor-Admission:hover, .Investor-AdvisersPage .investor-nav2 a.Investor-Advisers:hover, .Investor-ReportsPage .investor-nav2 a.Investor-Reports:hover, .Investor-ResultsPage .investor-nav2 a.Investor-Results:hover, .Investor-CalendarPage .investor-nav2 a.Investor-Calendar:hover, .Investor-RNSPage .investor-nav2 a.Investor-RNS:hover, .Investor-ShareholderPage .investor-nav2 a.Investor-Shareholder:hover {
        background: #7b9db8;
        color: #fff !important;
    }

.About-APage .investor-nav2 a.About-A, .About-DPage .investor-nav2 a.About-D, .About-EPage .investor-nav2 a.About-E, .About-FPage .investor-nav2 a.About-F {
    background: #43535a;
    color: #fff !important;
}

    .About-APage .investor-nav2 a.About-A:hover, .About-DPage .investor-nav2 a.About-D:hover, .About-EPage .investor-nav2 a.About-E:hover, .About-FPage .investor-nav2 a.About-F:hover {
        background: #62747A;
        color: #fff !important;
    }

.About-BPage .investor-nav2 a.About-B, .About-CPage .investor-nav2 a.About-C {
    background: #0165a1;
    color: #fff !important;
}

    .About-BPage .investor-nav2 a.About-B:hover, .About-CPage .investor-nav2 a.About-C:hover {
        background: #7b9db8;
        color: #fff !important;
    }

/*
.investor-nav2-blue {
	background-color: #0165a1 !important;	
}
*/

iframe.DesktopOnlyiFrame {
    height: 640px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

    iframe.DesktopOnlyiFrame.ShareRNS {
        height: 1120px;
    }

    iframe.DesktopOnlyiFrame.ShareProfile {
        height: 690px;
    }

.copy-share {
    margin-bottom: 100px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
}

.white-margin {
    height: 15px;
    background-color: #fff;
}

.flex-row-lg-reverse {
    flex-direction: row-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.tabActive {
    background-color: #0165a1 !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

/* SEARCH RESULTS PAGE */

.Results-Page table {
    width: 100%;
    border: 1px solid transparent !important;
    border-collapse: collapse;
}

.ResultsHeader {
    border-bottom: 0px !important;
    padding: 10px
}

tr.ResultsHeader td {
    border: 0px !important;
}

tr.SearchResult {
    margin-bottom: 0;
    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #555
}

    tr.SearchResult a {
        color: #555;
    }


.SearchResultAlt {
    background: #959D9E;
    border-top: 1px solid #959D9E;
    border-bottom: 1px solid #959D9E;
}


.SearchResultTitle {
    line-height: 1.2em;
    padding: 10px;
    font-size: 1.1em
}

.SearchResultDesc {
    padding: 10px;
}

tr.ResultsHeader td {
    padding: 10px;
}



/* PADDING */



.padding-sides {
    padding-left: 20px;
    padding-right: 20px;
}

.top-padding {
    padding-top: 20px;
}

.bottom-padding {
    padding-bottom: 20px;
}

.padding-all {
    padding: 20px;
}


/* AIM RULE 26 */


.light-bg {
    background-color: rgba(221,221,221,0.8);
    color: #555;
    padding: 20px;
}

    .light-bg a {
        color: #555;
    }

/* SHAREHOLDER INFORMATION */

.aa {
    border-bottom: 2px solid #fff;
}

.shareholder a {
    color: #fff;
    text-decoration: underline;
}

    .shareholder a:hover,
    .shareholder a:focus,
    .shareholder a:active {
        text-decoration: none;
    }

/* REPORTS */

.reports a {
    color: #fff;
    text-decoration: underline;
}

    .reports a:hover,
    .reports a:focus,
    .reports a:active {
        text-decoration: none;
    }

p.update {
    background-color: #959d9e;
    padding: 5px;
}

.update {
    background-color: #959d9e;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 1.5em;
}

/* RESULTS */

.results {
    margin-bottom: 10px;
}

    .results a {
        color: #fff;
        text-decoration: underline;
    }

        .results a:hover,
        .results a:focus,
        .results a:active {
            text-decoration: none;
        }

#download {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0.5em;
    float: right;
    background-color: #43535a;
    width: 40%;
}

.results ul li {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.a {
    border-bottom: 1px solid #fff;
}

.aaa {
    border-bottom: 3px double #fff;
}


/* COMPANY INFO */

.company-info a {
    color: #fff;
    text-decoration: underline;
}

    .company-info a:hover,
    .company-info a:focus,
    .company-info a:active {
        text-decoration: none;
    }

#Contentplaceholder1_C003_Col00 ul.no-bullet li:nth-child(2) {
    list-style-type: none;
    padding-top: 15px;
}


/* ADMISSION DOCUMENT */

.admission a {
    color: #fff;
    text-decoration: underline;
}

    .admission a:hover,
    .admission a:focus,
    .admission a:active {
        text-decoration: none;
    }


/* INVESTOR ALERT */

input.text, textarea.text, input.InputField {
    font-family: FuturaBT-Book, sans-serif;
    font-size: small;
    color: #414151;
    border-top: 1px solid #959D9E;
    border-left: 1px solid #959D9E;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-bottom: 10px;
}

.submit {
    float: right;
    font-family: "FuturaBT-Light", sans-serif;
    font-size: small;
    padding: 6px 13px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #959D9E;
    color: #fff
}



/* BOARD */

.Board-Img img {
    display: block;
    margin: 0px auto;
    margin-top: 1em;
    padding: 1% 2%;
    width: 96%;
    height: auto;
    max-width: 300px;
}

#Board-List h3 {
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}

#Board-List a {
    text-decoration: none;
}

.board2 img {
    margin-top: 0;
}


h3 span,
h2 span {
    font-family: "FuturaBT-Light", sans-serif;
}


/* PORTFOLIO */



/* MEDIA */

ul#InvestorNews {
    float: left;
    width: 100%;
    margin: 0px 0px 1em 0px !important;
    padding: 0px !important;
    list-style: none;
}

    ul#InvestorNews li {
        float: left;
        margin: 0px;
        padding: 0px 5px 0px 0px;
        list-style: none;
    }

        ul#InvestorNews li a {
            display: block;
            padding: 5px 1em;
            background: #43535a;
            color: #fff;
            text-decoration: none;
            border: 1px solid #ccc;
        }

            ul#InvestorNews li a:hover,
            .News2027 ul#InvestorNews li a#News2027,
            .News2026 ul#InvestorNews li a#News2026,
            .News2025 ul#InvestorNews li a#News2025,
            .News2024 ul#InvestorNews li a#News2024,
            .News2023 ul#InvestorNews li a#News2023,
            .News2022 ul#InvestorNews li a#News2022,
            .News2021 ul#InvestorNews li a#News2021,
            .News2020 ul#InvestorNews li a#News2020,
            .News2019 ul#InvestorNews li a#News2019,
            .News2018 ul#InvestorNews li a#News2018,
            .News2017 ul#InvestorNews li a#News2017,
            .News2016 ul#InvestorNews li a#News2016,
            .News2015 ul#InvestorNews li a#News2015 {
                background: #0165a1;
            }

table.NewsTable tr:nth-of-type(even) td {
    background: rgba(67,83,90,0.8);
}

table.NewsTable tr td:first-child {
    width: 90px;
}

table.NewsTable td {
    padding: 5px;
}

table.NewsTable tr:nth-of-type(odd) td {
    background: rgba(255,255,255,0.8);
    color: #555555;
}

.media-news a {
    color: #fff;
    text-decoration: underline;
}

table.NewsTable tr:nth-of-type(odd) td a {
    color: #555555;
}

.media-news a:hover,
.media-news a:focus,
.media-news a:active {
    text-decoration: none;
}


/* MEDIA NEWS */

.media-news p {
    padding-top: 10px;
}

/* CONTACT */

.Contact-Form p span {
    display: block;
    float: right;
    background: #959D9E;
    width: 85%;
    height: 11px;
    margin-top: 4px;
}

.Contact-Form {
    padding: 20px 5px 20px 5px;
    border-top: 12px solid #fff;
}

/* PRIVACY POLICY */

.privacy a {
    color: #FFFFFF;
    text-decoration: underline;
}

    .privacy a:hover,
    .privacy a:focus,
    .privacy a:active {
        text-decoration: none;
    }

.privacy {
    padding-left: 15px;
    padding-right: 15px;
}

/* SITE MAP */

.site-map a {
    color: #fff;
    text-decoration: underline;
}

.site-map li {
    padding-bottom: 5px;
}

.site-map ul {
    padding-bottom: 1em;
}

.site-map a:hover,
.site-map a:focus,
.site-map a:active {
    text-decoration: none;
}






@media(min-width: 992px) {
    #Home-Page ul#nav-desktop li#Home-LI a.nav-link,
    #About-Page ul#nav-desktop li#About-LI a.nav-link,
    #Investors-Page ul#nav-desktop li#Investors-LI a.nav-link,
    #Media-Page ul#nav-desktop li#Media-LI a.nav-link,
    #Contact-Page ul#nav-desktop li#Contact-LI a.nav-link,
    #Portfolio-Page ul#nav-desktop li#Portfolio-LI a.nav-link {
        background-image: url(../images/bg/top-menu-current.png);
        background-repeat: top left;
        background-repeat: repeat-x;
        font-family: "FuturaBT-Heavy", sans-serif;
    }



    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}


@media(max-width: 1232px) {
    .investor-nav li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 5px;
    }
}

@media(max-width: 1169px) {
    .investor-nav a {
        padding: 15px 20px;
    }
}

@media(max-width: 1102px) {
    .investor-nav a {
        padding: 15px 15px;
    }
}

@media(max-width: 1036px) {
    .investor-nav a {
        padding: 15px 10px;
    }
}





@media (max-width: 991.98px) {

    body {
        padding-top: 158px;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
    }

        .header .container {
            padding: 30px;
        }

        .header * {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .header .container {
            position: relative;
            background: #fff;
        }

        .header.scroll-top {
            height: 70px;
        }

            .header.scroll-top .container {
                padding: 15px 30px;
            }

            .header.scroll-top .navbar-brand img {
                height: 50px;
                width: auto;
            }

        .navbar-nav a {
        border: 0px;
        margin-left: -30px;
        margin-right: -15px;
    }

    .navbar-collapse {
        text-align: center;
        font-size: 1.1rem;
    }

        .navbar-collapse form {
            margin-left: -35px;
            margin-right: -20px;
        }

        .navbar-collapse .form-inline {
            height: auto;
            margin-top: 10px;
        }

        .navbar-collapse .form-control {
            width: 75%;
            padding: 1rem 0.5rem;
            line-height: normal;
            font-size: 1rem;
        }

        .navbar-collapse .search-btn {
            width: 25%;
            padding: 1rem 0.5rem;
            line-height: normal;
            font-size: 1rem;
        }

    .reverse {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .copy-share {
        margin-bottom: 25px;
    }

    .investor-nav a {
        padding: 15px 25px;
    }
}

@media(max-width: 880px) {
    .Contact-Form p span {
        width: 70%;
    }
}

@media(max-width: 820px) {
    .top-footer {
        padding: 60px 140px;
    }

    .Central-Block h1 {
        font-size: 1.5em;
    }

    .Central-Block p {
        font-size: 1.25em;
    }

    /* .break {
		width: 100%;
		height: 15px;
		background-color: rgba(102,120,126,0.72);
		margin-left: -15px;
		margin-right: -20px;
	} */

    .table-overflow {
        overflow-x: auto;
        padding-bottom: 1em;
    }
}

@media(max-width: 639px) {
    .top-footer {
        padding: 30px 50px;
    }

    .Central-Block {
        width: 80%
    }

        .Central-Block h1 {
            font-size: 1.25em;
        }

        .Central-Block p {
            font-size: 1em;
        }

    #download {
        padding: 0.5em 0;
        width: 99%;
        margin-bottom: 10px;
    }

    .Disclaimer-Page .bg-cover {
        background-image: url(../images/bg/2018/resi-image-05.jpg);
    }
}

@media(max-width: 602px) {
    .investor-nav a {
        padding: 15px 20px;
    }
}

@media(max-width: 577px) {
    .investor-nav li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2px 0;
    }

    .investor-nav a {
        height: auto;
        padding: 15px 25px;
    }
}


@media(max-width: 500px) {

    .navbar-brand {
        width: 150px;
    }

    .top-footer {
        padding: 30px 10px;
    }

    .bg-cover {
        background-image: none !important;
        padding: 25px;
    }

    .NewsTable {
        overflow-x: auto;
    }



    table.NewsTable td, table.responsive-table td, table.NewsTable tr td:first-child {
        float: left;
        width: 100%;
        text-align: left;
    }

    #contact-us table td {
        float: left;
        width: 100%;
    }

    .Contact-Form p span {
        width: 50%;
    }
}


@media(max-width: 457px) {
    .main {
        margin-top: 50px;
    }

    .investors-main {
        margin-top: 50px;
    }

    .navbar-nav {
        margin-top: 10px;
    }
}



@media(max-width: 400px) {
    .light-blue h1 {
        font-size: 1em;
        width: 100%
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #000 !important;
    background-color: #f0f0f0 !important;
    border-color: transparent !important;
    border-radius: 0;
    padding: 13px;
    margin: 0;
}

.btn.btn-primary {
    margin: 0px !important;
    font-size: 0.9rem !important;
    padding: 0px 5px !important;
    border-radius: 0 !important;
    border: 0px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #000 !important;
    background-color: #f0f0f0 !important;
    text-transform:uppercase;
}
.searchBoxOuter {
    background-color: #fff;
    padding-top: 7px !important;
    padding-right: 5px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right:0px!important;
}
.BringtoFront {
    z-index:1;
    position:relative;
}
.pagination.foo1_pag {
    display:none!important;
}
.fas fa-chevron-up{
    color:#fff;
}

.navbar-toggler-icon {
    background: none !important;
    background-color: none !important;
    height: 50px !important;
    width: 100px !important;
}


    button.navbar-toggler::after {
        content: "MENU";
        position: absolute;
        top: 9px;
        left:8px;
        color: #fff !important;
    }

button.navbar-toggler {
    position: absolute;
    top: -60px;
    right: 10px;
    background-image: none !important;
    height: 40px !important;
    width: 80px !important;
}
.navbar-light .navbar-toggler {
    height: 40px !important;
    width: 80px !important;
}

@media(max-width: 639px) {
    .logo img {
        max-width: 120px;
        z-index:1;
        margin-top:10px;
    }

    .btn.btn-primary {
        margin: 0px !important;
        font-size: 0.9rem !important;
        padding: 0px 5px !important;
        border-radius: 0 !important;
        border: 0px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        position: absolute;
        top: 15px;
        right: 14px;
    }
}


.form-control.ui-autocomplete-input::-webkit-input-placeholder {
    color: transparent;
}

.form-control.ui-autocomplete-input::-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

.form-control.ui-autocomplete-input::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

.form-control.ui-autocomplete-input:-ms-input-placeholder {
    color: transparent;
}
@media screen and (max-width: 825px) {
.offcanvas-collapse {
    position: fixed;
    top: 0px; /* Height of navbar */
    bottom: 0;
    right: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 60px;
    overflow-y: auto;
    background-color: #333333;
    transition: right .3s ease-in-out;
    z-index: 2;
}

    .offcanvas-collapse.open {
        right: 0;
    }


    .offcanvas-collapse.open {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem);
    }

    .offcanvas-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 457px) {
    .navbar-nav {
        margin-top: 35px;
    }
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active {
    text-transform: uppercase;}

ul.nav.flex-column {
    text-transform: uppercase;
    text-decoration: none !important;
}

ul.nav.flex-column.ml-2 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.kcrSide {
    text-decoration: none !important;
    font-size: 0.8rem;
    margin-left:15px;
}

/* PRIMARY LEVEL*/

/* link */

.nav.flex-column .nav-item a.nav-link {
    background-color: #8a8f95; /* LIGHT GREY */
    text-decoration: none !important;
    padding: 7px 12px 6px 12px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 0.8rem;
}
    /* Hover */
    .nav.flex-column .nav-item a.nav-link:hover {
        background-color: #62747A; /* MID GREY */
    }
    /* Active */
    .nav.flex-column .nav-item a.nav-link.active {
        background-color: #62747A; /* MID GREY */
    }
        /* Active Hover */
        .nav.flex-column .nav-item a.nav-link.active:hover {
            background-color: #8a8f95; /* LIGHT GREY */
        }

/* SECONDARY LEVEL */


/* link */
.nav.flex-column.ml-2 .nav-item a.nav-link {
    background-color: #7b9db8; /* LIGHT BLUE */
    text-decoration: none !important;
    padding-left: 25px;
}
    /* Hover */
    .nav.flex-column.ml-2 .nav-item a.nav-link:hover {
        color: #000 !important;
    }
    /* Active */
    .nav.flex-column.ml-2 .nav-item a.nav-link.active {
        background-color: #0165a1; /* DARK BLUE */
    }
        /* Active Hover*/
        .nav.flex-column.ml-2 .nav-item a.nav-link.active:hover {
            background-color: #7b9db8; /* LIGHT BLUE */
            color: #000 !important;
        }


.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    background-image: url('../../../images/librariesprovider27/assets/bg/top-menu-current.png');
    background-repeat: top left;
    background-repeat: repeat-x;
    font-family: "FuturaBT-Heavy", sans-serif;
    color: #808C92;
}
@media screen and (max-width: 825px) {
    .offcanvas-collapse {
      background-color: #ccc!important;
}
}
/*.form-control {
    font-family: FuturaBT-Book, sans-serif;
    font-size: small;
    color: #414151;
    border-top: 1px solid #959D9E;
    border-left: 1px solid #959D9E;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
    .form-control.ui-autocomplete-input {
        background: #DDDDDD !important;
        border: none !important;
    }*/
.agreeCheck label {
    font-weight:700;
}
.agreeCheck ul {
margin-top:20px;}

.sf-SubmitButton.btn.btn-primary {
    font-family: "FuturaBT-Light", sans-serif;
    font-size: small;
    padding: 6px 13px !important;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #888 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #959D9E !important;
    color: #fff !important;
}

.tablinks a {
    display: block;
    padding: 5px 1em;
    background: #43535a;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
}

    .tablinks a:hover, .tablinks a:active,
    .tablinks a:focus, .tablinks a.active {
        background: #0165a1;
            color: #fff;
    }


.news-list .row {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255,255,255,0.8);
    color: #555555;
}


    .news-list .row:nth-child(odd) {
        background: rgba(67,83,90,0.8);
        color:#fff;
    }

    .news-list .row a {
        color: #555555;
    }
    .news-list .row:nth-child(odd) a{
        color:#fff;
    }
    .news-list a:hover{
        text-decoration:none;
    }
.news-2020, .news-2019, .news-2018, .news-2017, .news-2016, .news-2015 p {font-weight:bold;}


.tabDesktop {
    background-color: #43535a;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    width: 17.5%;
    display: block;
    height: 74px;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
    .tabDesktop:hover {
        background-color: #0165a1!important;
    }
.investor-nav a {
    background-color: #43535a;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    width: auto;
    display: block;
    height: 70px;
    text-align: center;
    text-decoration: none;
}
.single {
    line-height: 35px;
}
.alertNotice {
    background-color: red;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.download {
    border: 1px solid #ccc;
    text-align: center;
    padding: 1em;
    float: right;
    background-color: #43535a;
    width: 100%;
}